找传奇、传世资源到传世资源站!

多功能DataGrid(C#)使用技巧

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】多功能DataGrid(C#)使用技巧
多功能DataGrid(C#)控件使用技巧!~看看国内比较有影响力的IT培训机构是怎么培训的吧!~看看他们都学了些什么!~从中来找出我们自己的不足!~把资源放出来!~希望和大家一起提高!~欢迎大家下载!~

【相关图片】

from clipboard

from clipboard

from clipboard

【源码结构】
文件清单
└── 697a
    ├── ASP300使用注意.url
    ├── FormyGrid
    │   ├── App.ico
    │   ├── AssemblyInfo.cs
    │   ├── bin
    │   │   └── Debug
    │   │       ├── App.jpg
    │   │       ├── FormyGrid.exe
    │   │       ├── FormyGrid.pdb
    │   │       ├── Interop.Excel.dll
    │   │       ├── Interop.Office.dll
    │   │       ├── Interop.VBIDE.dll
    │   │       ├── Interop.Word.dll
    │   │       ├── myGrid.dll
    │   │       └── myGrid.pdb
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── FormyGrid.csproj
    │   ├── FormyGrid.csproj.user
    │   └── obj
    │       └── Debug
    │           ├── FormyGrid.exe
    │           ├── FormyGrid.Form1.resources
    │           ├── FormyGrid.pdb
    │           ├── FormyGrid.projdata
    │           ├── temp
    │           └── TempPE
    ├── myGrid
    │   ├── App.ico
    │   ├── AssemblyInfo.cs
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Interop.Excel.dll
    │   │       ├── Interop.Office.dll
    │   │       ├── Interop.VBIDE.dll
    │   │       ├── Interop.Word.dll
    │   │       ├── myGrid.dll
    │   │       ├── myGrid.exe
    │   │       ├── myGrid.pdb
    │   │       └── tb
    │   ├── DataGridComboBoxColumn.cs
    │   ├── DataGridDateTimePickerColumn.cs
    │   ├── DataGridImageColumn.cs
    │   ├── DataGridPrintDocument.cs
    │   ├── DataGridPrintDocument.resx
    │   ├── DataGridTextBoxButtonColumn.cs
    │   ├── DataGridTextBoxButtonColumn.resx
    │   ├── DataGridTrueColumn.cs
    │   ├── DataGridTrueColumn.resx
    │   ├── Excel
    │   │   ├── Enum.cs
    │   │   ├── ExcelAccess.cs
    │   │   ├── ExcelBase.cs
    │   │   └── Exception.cs
    │   ├── Interop.Excel.dll
    │   ├── myDataGrid.cs
    │   ├── myDataGrid.resx
    │   ├── myGrid.csproj
    │   ├── myGrid.csproj.user
    │   ├── myGrid.sln
    │   ├── myGrid.suo
    │   ├── myPrintPreviewDialog.cs
    │   ├── myPrintPreviewDialog.resx
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── myGrid.DataGridPrintDocument.resources
    │   │   │   ├── myGrid.DataGridTextBoxButtonColumn.resources
    │   │   │   ├── myGrid.DataGridTrueColumn.resources
    │   │   │   ├── myGrid.dll
    │   │   │   ├── myGrid.exe
    │   │   │   ├── myGrid.Form1.resources
    │   │   │   ├── myGrid.myDataGrid.resources
    │   │   │   ├── myGrid.myPrintPreviewDialog.resources
    │   │   │   ├── myGrid.pdb
    │   │   │   ├── myGrid.projdata
    │   │   │   ├── temp
    │   │   │   └── TempPE
    │   │   ├── Interop.Excel.dll
    │   │   ├── Interop.Office.dll
    │   │   ├── Interop.VBIDE.dll
    │   │   └── Interop.Word.dll
    │   └── Word
    │       ├── Enum.cs
    │       ├── Exception.cs
    │       └── WordBase.cs
    ├── 拉基源码.txt
    └── 系统说明.txt

18 directories, 70 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复